Order integration

RetailVista has the option to execute the fullfilment of webshop orders. To get started, orders need to be delivered at RetailVista. This can be done by adding an XML webshop order message by using the method 'AddInboundMessage'. As part of that method an xml message can be included which should represent the whole order message content. The AddInboundMessage can be found in the GeneralComponents.asmx. This method also has an extra parameter 'ProcessAlso' which instructs Retail3000 to not only add the new inbound message, but also process the content of that message. For webshop inbound messages, this should result in the creation of a new saleorder.

The XML message content in the InboundMessage object will always be verified against the corresponding XSD schema. The schemas are included at the bottom of this help page. If xml content does not match the structure of this XSD schema, the inbound message will be stored but also marked as 'Rejected'.

See Also